If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

SDK Sample Rerun Task

Started by valentin, 07 Sep 2023 10:13:43 AM

Previous topic - Next topic

valentin

Hi Guru,

Actually, i can run job with this command :
asynchReply =connect.getMonitorService().run(new SearchPathSingleObject("content/MyJobPath/MyjobName"),
new ParameterValue[] {},
new Option[] {});



Running the job works properly but i didn't find how rerun failed step based on history object.

Does anyone know how to implement this through SDK?

Thanks